home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue46 / Clinic / AutomationClient1MainFormU.dfm / AutomationClient1MainFormU.txt
Encoding:
Text File  |  1999-03-12  |  638 b   |  34 lines

  1. object FrmClient1: TFrmClient1
  2.   Left = 192
  3.   Top = 107
  4.   Width = 488
  5.   Height = 161
  6.   Caption = 'AutomationClient'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poDefaultPosOnly
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 457
  22.     Height = 113
  23.     AutoSize = False
  24.     WordWrap = True
  25.   end
  26.   object Timer1: TTimer
  27.     Enabled = False
  28.     Interval = 100
  29.     OnTimer = Timer1Timer
  30.     Left = 24
  31.     Top = 56
  32.   end
  33. end
  34.